_________________________________________________
From Stux *-Jedi (Froggy) (Sun May 25 19:34:37 2003):

The old fashioned way to create a PICT in memory is to open a new picture (like a macro recording) then CopyBits your pixels into the picture... then close the picture...

a PICT is really a form of macro which uses QuickDraw commands to render a picture... a standard pixels only picture is just a recording of the CopyBits instruction ;)
